home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLS
- ; Take every GIF file on G:\ and sort to color-map
- ; Great if you are converting GIFs to BMPs for Windows pictures!
- ;
- slide-type-normal
- change-path g:\*.gif
- :loop
- loadnext :exit
- Sort-Colors
- Write
- goto :loop
- :exit
-